<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-slider-top{
    background: #a90805;
    padding: 28px 0;
    text-align: center;
}
.product-slider-top h3{
    display: block;
    color: #fff;
    font-size: 24px;
}
.product-category{}
.product-category ul{
    background: #fff;
}
.product-category ul li{}
.product-category ul li a{
    display: block;
    position: relative;
    border-bottom: 1px dotted #d6d6d6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 40px;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product-category ul li a:after{
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #ccc;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -2.5px;
    background: #eee;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product-category ul li a:hover {
    color: #fff;
    background: #e0524f;
}

.product-category ul li a:hover span{
    color: #fff !important;
}

.product-category ul li a:hover:after {
    background: #fff;
    border-color: #fff;
    border-radius: 50%;
}
.product-category ul li .product-category-menu a{
    padding: 10px 0 10px 50px;
}
.product-category ul li .product-category-menu a:after{
    border-radius: 50%;
    left: 35px;
}

.product-category ul li .product-list-item a{
    padding: 10px 0 10px 50px;
    font-weight: normal;
}
.product-category ul li .product-list-item a span{display: block;}
.product-category ul li .product-list-item a span:nth-child(1){
}
.product-category ul li .product-list-item a span:nth-child(2){font-size: 12px;color: #999;}
.product-category ul li .product-list-item a:after{
    border-radius: 50%;
    left: 35px;
}</pre></body></html>